Define nlink_t for w32.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Feb 2011 14:02:45 +0000 (16:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Feb 2011 14:02:45 +0000 (16:02 +0200)
 nt/config.nt (nlink_t): Define.

nt/ChangeLog
nt/config.nt

index 252bc334b4b4799ae1feece52c75569bf97cb888..7665b9986faa724aba59eacca17e290fa583e925 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.nt (nlink_t): Define.
+
 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
 
        * inc/stdint.h: New file, to support compilation with tool chains
index b5ef24fc18b437d99e360a8b55d9288ceda843d4..26fbc1c67c5be0f400663f13f6e42bb447f75854 100644 (file)
@@ -411,6 +411,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define my_strftime nstrftime   /* for strftime.c */
 
+/* Define to the type of st_nlink in struct stat, or a supertype. */
+#define nlink_t short
+
 #ifndef WINDOWSNT
 /* Some of the files of Emacs which are intended for use with other
    programs assume that if you have a config.h file, you must declare